home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / popdbf35.com / POPINST.BAT < prev    next >
DOS Batch File  |  1989-11-03  |  418b  |  18 lines

  1. echo off
  2. if %1*==* popinst C:\POPDBF
  3. cls
  4. echo                          PopDBF Hard Disk Installation
  5. echo  
  6. echo Install PopDBF to %1
  7. echo  
  8. echo Press Ctrl-C if this is NOT correct, otherwise
  9. pause
  10. if not exist %1 echo Making directory %1
  11. if not exist %1 echo  
  12. if not exist %1 md %1
  13. echo  
  14. echo Copying PopDBF files to %1
  15. copy *.* %1 > nul
  16. echo  
  17. echo PopDBF Hard Disk Installation complete!
  18. echo